home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-13 / pfe4009.zip / FILES.TXT < prev    next >
File List  |  1993-04-21  |  4KB  |  105 lines

  1.                            Programmer's File Editor
  2.                            ------------------------
  3.  
  4.  
  5. CONTENTS OF THE ZIP FILE
  6. ------------------------
  7.  
  8. Programmer's File Editor is distributed in a ZIP format archive that contains
  9. a directory structure. To unpack all the files and recreate the directories,
  10. you should issue a command such as this:
  11.  
  12.              pkzip -o -d filename
  13.  
  14. where 'filename' should be the name of the ZIP file
  15.  
  16. The files that make up this release of PFE are divided into several categories:
  17.  
  18.   General Information
  19.   -------------------
  20.  
  21.   readme.txt             General release notes
  22.   changes.txt            Summary of changes made
  23.   licence.txt            Details of use in commercial organisations
  24.   files.txt              This file
  25.  
  26.   Support files common to the Windows 3 and Windows/NT versions
  27.   -------------------------------------------------------------
  28.  
  29.   common\pfe.hlp         The help file for the Windows 3.1 and Windows/NT
  30.                          versions
  31.  
  32.   The Windows 3 version
  33.   ---------------------
  34.  
  35.   win3\pfe.exe           The Windows 3.1 executable
  36.   win3\$pfedos.exe       A support module that handles running DOS programs
  37.   win3\$pfedos.pif       The PIF file for this module
  38.  
  39.  
  40.   The Windows/NT version
  41.   ----------------------
  42.  
  43.   winnt\pfe32.exe        The Windows/NT executable for i386 systems
  44.   winnt\$pfeds32.exe     A support module that handles running DOS16 and DOS32
  45.                          programs
  46.   winnt\pfe32.txt        Notes specific to the Windows/NT version
  47.  
  48.   General Utilities
  49.   -----------------
  50.   [Items in this directory need not be copied to your hard disk unless you want
  51.    to use them]
  52.  
  53.   utils\printmap.exe     A diagnostic DOS16 program that prints out saved key
  54.                          mapping files
  55.   utils\ddetest.exe      A Visual Basic program that you can use to test PFE's
  56.                          DDE facilities (and also use on any other application)
  57.  
  58.   Contributed Items
  59.   -----------------
  60.   [Items in this directory are contributed by users of PFE; they are not the
  61.    responsibility of the author. You need not copy them to your hard disk
  62.    unless you want to use them]
  63.  
  64.   contrib\pfeue.key      A key mapping file that sets up as close a match to
  65.                          MicroEMACS key usage as is reasonable, contributed
  66.                          by Jeremy Brown. To use this as your default mapping,
  67.                          copy it to a file called pfe.key in your Windows and/or
  68.                          Windows/NT directory.
  69.  
  70.  
  71. -------------------------------------------------------------------------------
  72.  
  73.  
  74. INSTALLING THE WINDOWS 3 VERSION
  75. --------------------------------
  76.  
  77. Copy the files
  78.                  common\pfe.hlp
  79.                  win3\pfe.exe
  80.                  win3\$pfedos.exe
  81.                  win3\$pfedos.pif
  82.  
  83. into a directory on your hard disk. If you want PFE to run DOS commands
  84. by default in a window rather than full-screen, use the PIF editor to change
  85. $pfedos.pif appropriately
  86.  
  87. The Windows 3 version will create its initialisation file, and will look for
  88. its default key mapping file, in your Windows 3 directory
  89.  
  90.  
  91. INSTALLING THE WINDOWS/NT VERSION
  92. ---------------------------------
  93.  
  94. Copy the files
  95.                  common\pfe.hlp
  96.                  winnt\pfe32.exe
  97.                  winnt\$pfeds32.exe
  98.  
  99. into a directory on your hard disk. This can be the same directory that
  100. contains the Windows 3 version if you want to run both.
  101.  
  102. The Windows/NT version will create its initialisation file, and will look for
  103. its default key mapping file, in your Windows/NT directory
  104.  
  105.